projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dc0924
)
* Fix memory leaks, fd leaks, and some long-standing bugs recognizing when
author
Paul D. Smith
<psmith@BayNetworks.com>
Tue, 20 Jul 1999 22:34:43 +0000
(22:34 +0000)
committer
Paul D. Smith
<psmith@BayNetworks.com>
Tue, 20 Jul 1999 22:34:43 +0000
(22:34 +0000)
targets need to have their modtimes rechecked (-n, etc.)
src/getloadavg.c
patch
|
blob
|
history
diff --git
a/src/getloadavg.c
b/src/getloadavg.c
index 36245efcf8bd9e14bebca0db5cac10873b3b8949..79eedfc5b32385188e070e31cde9f499b59972e8 100644
(file)
--- a/
src/getloadavg.c
+++ b/
src/getloadavg.c
@@
-966,7
+966,7
@@
getloadavg (loadavg, nelem)
{
/* Set the channel to close on exec, so it does not
litter any child's descriptor table. */
-# ifdef F
D
_SETFD
+# ifdef F_SETFD
# ifndef FD_CLOEXEC
# define FD_CLOEXEC 1
# endif